home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / alarmwiz / alarmwiz.exe / install_script.iss
Text File  |  2007-05-04  |  2KB  |  52 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=AlarmWiz
  5. AppVerName=AlarmWiz 2.21
  6. AppId=AlarmWiz
  7. AppVersion=2.21
  8. AppPublisher=AcroVista Software
  9. AppPublisherURL=http://www.acrovista.com/
  10. AppMutex=AlarmWiz
  11. DefaultDirName={pf}\AlarmWiz
  12. DefaultGroupName=AlarmWiz
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\alarmwiz.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\alarmwiz.chm"; DestDir: "{app}"; Flags: promptifolder 
  23. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  25.  
  26. [Registry]
  27. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "AlarmWiz"; Flags: uninsdeletevalue 
  28.  
  29. [Run]
  30. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  31. Filename: "{app}\alarmwiz.exe"; Description: "Launch AlarmWiz"; Flags: shellexec postinstall skipifsilent nowait
  32.  
  33. [Icons]
  34. Name: "{group}\AlarmWiz"; Filename: "{app}\alarmwiz.exe"; WorkingDir: "{app}"; Comment: "AlarmWiz"; 
  35. Name: "{group}\Uninstall AlarmWiz"; Filename: "{uninstallexe}"; 
  36.  
  37. [CustomMessages]
  38. default.NameAndVersion=%1 version %2
  39. default.AdditionalIcons=Additional icons:
  40. default.CreateDesktopIcon=Create a &desktop icon
  41. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  42. default.ProgramOnTheWeb=%1 on the Web
  43. default.UninstallProgram=Uninstall %1
  44. default.LaunchProgram=Launch %1
  45. default.AssocFileExtension=&Associate %1 with the %2 file extension
  46. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  47.  
  48. [Languages]
  49. ; These files are stubs
  50. ; To achieve better results after recompilation, use the real language files
  51. Name: "default"; MessagesFile: "embedded\default.isl"; 
  52.